Northwoods.GoSilverlight 1.3.5 Assembly
NodeKeyPath Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : NodeKeyPath Property

Gets or sets a property path that that specifies how to get the key for node data.

Syntax

Visual Basic (Declaration) 
Public Property NodeKeyPath As String
C# 
public string NodeKeyPath {get; set;}

Property Value

This defaults to an empty string, meaning to use the data as the key value. The value must not be null.

Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindKeyForNode for most cases.

The value of this property path applied to a node data object must be of type NodeKey.

Requirements

See Also

© 2012 All Rights Reserved.